home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TSTARTPARAMS / TSTARTPARAMS.txt
Encoding:
Text File  |  1996-08-11  |  2.2 KB  |  123 lines

  1. object StartParams: TStartParams
  2.   Left = 299
  3.   Top = 294
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Start-Parameter'
  7.   ClientHeight = 263
  8.   ClientWidth = 390
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 369
  20.     Height = 198
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 64
  27.     Width = 93
  28.     Height = 16
  29.     Caption = 'Fensterbreite'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 128
  34.     Width = 96
  35.     Height = 16
  36.     Caption = 'Fensterhoehe'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 136
  40.     Top = 24
  41.     Width = 90
  42.     Height = 16
  43.     Caption = 'Parameterliste:'
  44.     Font.Color = clBlack
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 183
  52.     Top = 222
  53.     Width = 95
  54.     Height = 33
  55.     TabOrder = 0
  56.     OnClick = OKBtnClick
  57.     Kind = bkOK
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object CancelBtn: TBitBtn
  63.     Left = 286
  64.     Top = 222
  65.     Width = 95
  66.     Height = 33
  67.     TabOrder = 1
  68.     OnClick = CancelBtnClick
  69.     Kind = bkCancel
  70.     Margin = 2
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74.   object CheckBox1: TCheckBox
  75.     Left = 24
  76.     Top = 24
  77.     Width = 97
  78.     Height = 17
  79.     Caption = 'Applet'
  80.     Enabled = False
  81.     Font.Color = clBlack
  82.     Font.Height = -13
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     State = cbChecked
  87.     TabOrder = 2
  88.   end
  89.   object SpinEdit1: TSpinEdit
  90.     Left = 32
  91.     Top = 80
  92.     Width = 89
  93.     Height = 26
  94.     Increment = 5
  95.     MaxValue = 1248
  96.     MinValue = 1
  97.     TabOrder = 3
  98.     Value = 500
  99.   end
  100.   object SpinEdit2: TSpinEdit
  101.     Left = 32
  102.     Top = 144
  103.     Width = 89
  104.     Height = 26
  105.     Increment = 5
  106.     MaxValue = 1024
  107.     MinValue = 1
  108.     TabOrder = 4
  109.     Value = 300
  110.   end
  111.   object Memo1: TMemo
  112.     Left = 136
  113.     Top = 40
  114.     Width = 225
  115.     Height = 153
  116.     Enabled = False
  117.     Lines.Strings = (
  118.       '')
  119.     ScrollBars = ssBoth
  120.     TabOrder = 5
  121.   end
  122. end
  123.